Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if events must be on main #2253

Merged
merged 17 commits into from
Aug 9, 2024
Merged

Check if events must be on main #2253

merged 17 commits into from
Aug 9, 2024

Conversation

zeitschlag
Copy link
Collaborator

More minor refactorings. I checked every notification posted in events.swift if posting on main was necessary and it turned out: Most of the stuff gets already handled on main (except one or two, I fixed that).

Closes #2242.

Base automatically changed from event-refactoring-progress-alerts to main August 9, 2024 06:43
"this method is unnecessary and shouldn't be used"
@zeitschlag zeitschlag marked this pull request as ready for review August 9, 2024 07:05
@zeitschlag zeitschlag requested a review from r10s August 9, 2024 07:05
@zeitschlag zeitschlag self-assigned this Aug 9, 2024
@zeitschlag zeitschlag added this to the 1.46.9 milestone Aug 9, 2024
Copy link
Member

@r10s r10s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! code lgtm, some minors.

i also did test some standard things and double-checked some "more important" code flows - i did not run into issues yet

great job!

DcCore/DcCore/DC/events.swift Outdated Show resolved Hide resolved
DcCore/DcCore/DC/events.swift Outdated Show resolved Hide resolved
DcCore/DcCore/DC/events.swift Outdated Show resolved Hide resolved
DcCore/DcCore/DC/events.swift Outdated Show resolved Hide resolved
zeitschlag and others added 3 commits August 9, 2024 14:49
Just normalising whitespace, thanks @r10s!

Co-authored-by: bjoern <[email protected]>
@zeitschlag zeitschlag merged commit a66fa75 into main Aug 9, 2024
1 check passed
@zeitschlag zeitschlag deleted the 2242-events-on-main branch August 9, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doublecheck if Events must be sent on Main
2 participants